projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6847969
)
(process-kill-without-query): Made obsolete in version 21.4, not 21.5.
author
John Paul Wallington
<jpw@pobox.com>
Sat, 21 Aug 2004 14:53:22 +0000
(14:53 +0000)
committer
John Paul Wallington
<jpw@pobox.com>
Sat, 21 Aug 2004 14:53:22 +0000
(14:53 +0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 53aef00f899eba376bde41055a4d8c76664d12ef..4eb1f691ff4041b9d1370d0dad9a3a2f13d91ea9 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1196,7
+1196,7
@@
Optional args SENTINEL and FILTER specify the sentinel and filter
(make-obsolete 'process-kill-without-query
"use `process-query-on-exit-flag' or `set-process-query-on-exit-flag'."
- "21.
5
")
+ "21.
4
")
(defun process-kill-without-query (process &optional flag)
"Say no query needed if PROCESS is running when Emacs is exited.
Optional second argument if non-nil says to require a query.